pubnub-kotlin-docs
Toggle table of contents
13.1.0
js
Target filter
js
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-api
/
[root]
/
PubNub
/
PubNubFileType
Pub
Nub
File
Type
js
interface
PubNubFileType
Members
Properties
data
Link copied to clipboard
js
abstract
var
data
:
dynamic
mime
Type
Link copied to clipboard
js
abstract
var
mimeType
:
String
name
Link copied to clipboard
js
abstract
var
name
:
String
Functions
create
Link copied to clipboard
js
abstract
fun
create
(
config
:
Any
)
:
PubNub.PubNubFileType
to
Array
Buffer
Link copied to clipboard
js
abstract
fun
toArrayBuffer
(
)
:
ArrayBuffer
to
Blob
Link copied to clipboard
js
abstract
fun
toBlob
(
)
:
Blob
to
File
Link copied to clipboard
js
abstract
fun
toFile
(
)
:
File
to
String
Link copied to clipboard
js
abstract
override
fun
toString
(
)
:
String